home *** CD-ROM | disk | FTP | other *** search
/ PCMania 73 / PCMania CD73_1.iso / pcmania / render73 / Foro / FUERTES / GALEON / ATAQUE.POV < prev    next >
Text File  |  1998-08-05  |  2KB  |  80 lines

  1. #declare portas_abiertas=1
  2. #declare velas=1
  3. #declare luces=1
  4. #include "galeon.inc"
  5.  
  6. #declare rotacion=-126
  7. #declare compuertas_abiertas=0
  8. #declare disparo=3500
  9. #include "..\sub_mk2\ssb_mk2.inc"
  10.  
  11. object {galeon scale 2 translate <0,0,3000>}
  12. object {ssb_mk2 rotate y*35}
  13.  
  14. sphere {0,1 hollow pigment {rgbt 1}
  15.        halo { linear emitting turbulence .75 jitter 1 color_map {[0 rgbt <2,0,0,1>]
  16.              [.1 rgbt <2,2,0,.5>][.25 rgb <.5,.5,0>][.5 rgbt <1,0,0,1>][1 rgb 2]} }
  17.        scale 100 scale <2,4,2> translate <0,121,3000>}
  18. light_source {<0,41,2870> rgb <2,1,0> fade_distance 75 fade_power 2}
  19.  
  20. #ifndef (luces)
  21.  light_source {<-40,400,-140> rgb 1.5 }
  22.  light_source {<-100,-10,-140> rgb .75 shadowless }
  23.  light_source {<100,-50,-140> rgb .75 shadowless }
  24. #else
  25.  light_source {<-40,400,-140> blue .75 shadowless}
  26. #end
  27.  
  28. camera {location <260,50,-400> look_at <120,50,0> angle 40} // orthographic}
  29.  
  30. sphere //cielo
  31. {
  32.  y*-6000005,6001000
  33.  hollow
  34.  pigment
  35.  {
  36.   bozo
  37.   turbulence .5
  38.   color_map
  39.   {
  40.    [0 rgb .95]
  41.    [.001 rgb 1]
  42.    [.2 blue .9]
  43.    [.9 blue .9]
  44.    [.999 rgb 1]
  45.    [1 rgb .95]
  46.   }
  47.   scale 800
  48.   scale <2,1,1>
  49.  }
  50.  #ifndef (luces)
  51.   finish { ambient 1}
  52.  #else
  53.   finish { ambient .3}
  54.  #end
  55. }
  56.  
  57. sphere //agua
  58. {
  59.  y*-6000005,6000000
  60.  pigment { rgb <.26,.26,1> }
  61.  finish
  62.  {
  63.   #ifndef (luces)
  64.    ambient 1
  65.   #else
  66.    ambient .3
  67.   #end
  68.   specular 1 reflection .1
  69.   roughness 0.0005 fade_distance 100 fade_power 1
  70.  }
  71.  normal { bumps 1 bump_size .5 scale 2.5 }
  72. }
  73.  
  74. #ifndef (luces)
  75.  fog {  fog_type 1  distance 60000  color rgb 1 transmit .05 }
  76. #else
  77.  fog {  fog_type 1  distance 60000  color blue .2 transmit .05 }
  78. #end
  79.  
  80.